From 7710eebcd8ff215dd3c275cc3aa785083338cb6f Mon Sep 17 00:00:00 2001 From: Felix Crux Date: Fri, 18 Dec 2015 19:01:55 -0500 Subject: [PATCH] Remove obsolete commands from zsh auto-completion The config-for-key and config-list subcommands don't exist. --- src/etc/_cargo | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 11750483c..7d368f97b 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -60,19 +60,6 @@ case $state in '--color=:colorization option:(auto always never)' \ ;; - config-for-key) - _arguments \ - '(-h, --help)'{-h,--help}'[show help message]' \ - '--human[]' \ - '--key=[key]' \ - ;; - - config-list) - _arguments \ - '(-h, --help)'{-h,--help}'[show help message]' \ - '--human[]' \ - ;; - doc) _arguments \ '--features=[space separated feature list]' \ @@ -286,8 +273,6 @@ local -a commands;commands=( 'bench:execute all benchmarks of a local package' 'build:compile the current project' 'clean:remove generated artifacts' -'config-for-key:print key from cargo config file' -'config-list:print all config from cargo config file' 'doc:build package documentation' 'fetch:fetch package dependencies' 'generate-lockfile:create lockfile' -- 2.30.2